UserCSS - 粗體字加上標記線
粗體字級 1、粗體字級 2
code:style.css
.level-1 {
background: linear-gradient(
to bottom,
transparent 0%,
transparent 66%,
);
}
.level-2 {
background: linear-gradient(
to bottom,
transparent 0%,
transparent 66%,
);
}
粗體字
code:style.css
/* 二重括弧による強調をマーカーっぽくする */
/*
.line strong:not(class) { background: linear-gradient(
transparent 10%,
transparent 90%
);
}
*/